List entities
List the actors and visual styles available to your team, most recently updated first. Cursor-paginated; see the Pagination guide.
Authentication
AuthorizationBearer
API key from [app.videogen.io/developers](https://app.videogen.io/developers). The full key is only shown once when you create it.
Query parameters
entityType
When provided, returns only entities of this type. Omit to return all entities.
Allowed values:
limit
Maximum number of items to return in the page. Defaults to 50; capped at 200. See Pagination.
cursor
Opaque pagination cursor returned as nextCursor by the previous page. Omit on the first request. Cursors are tied to the endpoint that produced them and must be passed unmodified. See Pagination.
Response
Entity list
entities
hasMore
When true, there are more entities available. Pass nextCursor as the cursor query param to fetch the next page.
nextCursor
Opaque cursor to fetch the next page. null when hasMore is false.