cURL
curl --request GET \ --url https://api.factory.ai/api/v0/machines/templates \ --header 'X-API-Key: <api-key>'
{ "templates": [ { "id": "<string>", "createdAt": 123 } ], "pagination": { "hasMore": true, "nextCursor": "<string>", "total": 123 } }
Returns a paginated list of machine templates for the authenticated organization.
Factory API key for authentication
Maximum number of items to return (1-100)
Cursor for pagination
Response for status 200
Show child attributes
Unique template identifier
Unix timestamp (ms)
Whether there are more items after this page
Cursor to use for the next page, null if no more pages
Total number of items (if available)