v76

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-015764591.5 MB
Prompts

✨ List projects compatible with prompt

Retrieve a list of compatible project for prompt.

get/api/prompts/compatible-projects

Query parameters

archivedboolean

Filter by projects that belong to archived workspaces

idsinteger[]

Multiple values may be separated by commas.

orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

project_type'NamedEntityRecognition' | 'TextClassification'

Skill to filter by

source_interface_idnumber
statestring
titlestring
workspacesinteger

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}