Skip to main content
GET
List Prompts
Returns a paginated list of prompts in the token’s workspace. Use query parameters to filter by topic, platform, location, or search by text.

Parameters

string
required
Bearer token. Format: Bearer slat_<your-token>.
integer
Page number (0-indexed). Default: 0.
integer
Number of prompts per page. Default: 10.
number
Filter by topic ID.
number
Filter by brand ID.
string
Filter by ISO 3166-1 alpha-2 country code (e.g., US, GB).
Search prompts by text. Case-insensitive partial match.
string[]
Filter by one or more platforms: CHATGPT, PERPLEXITY, GOOGLE_AI_OVERVIEW, GOOGLE_AI_MODE, GEMINI, CLAUDE.
string
Filter by ISO 3166-1 alpha-2 country code (e.g., US, GB).

Response

Returns 200 OK with a paginated list of prompts.
object[]
required
Array of prompt objects with topic info.
integer
required
Total number of prompts matching the filters.
integer
required
Total number of pages.
integer
required
Current page number (0-indexed).
integer
required
Page size.

Example

Response

Results are sorted by createdAt in descending order (newest first). Page numbering starts at 0.

Status codes

What’s next