Generation & Templates

Get All Studio Templates

Retrieve studio templates from your workspace with pagination

get/studio/templates/all

Query parameters

pageinteger

Page number (must be > 0)

limitinteger

Templates per page (max: 40, must be > 0)

searchstring

Filter templates by name (case-insensitive substring match, server-side)

tagsstring

Comma-separated list of tags. Returns templates that have all of the specified tags

embedIdstring

Embed instance ID (for user-specific filtering)

embedUserIdstring

User ID to filter templates for a specific user

Response

Successful response

object required

Changes

Changed in 1 of the 7 revisions of this API.6

    • added the media type application/json for the response with the status 401

      response-media-type-added

    • added the media type application/json for the response with the status 429

      response-media-type-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added