cURL
curl --request GET \ --url https://api.lithoblocks.com/search/entities \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "<string>", "name": "<string>", "description": "<string>", "organizationId": "<string>", "fieldCount": 123, "createdAt": "<string>", "updatedAt": "<string>", "matchScore": 123, "matchedFields": [ { "id": "<string>", "name": "<string>", "type": "<string>" } ] } ], "total": 123, "limit": 123, "offset": 123 }
Search entities by name, description, or field names
LithoBlocks API key obtained from your organization dashboard
Search query
1
1 <= x <= 100
x >= 0
Search results
Show child attributes