Skip to main content
GET
Get all anecdotes

Authorizations

x-api-key
string
header
default:yalg_live_your_api_key
required

YALG Developer API key. Send it in the x-api-key header from a server-side environment only.

Query Parameters

page
number

Page number (default: 1)

Example:

1

limit
number

Number of anecdotes per page (default: 10)

Example:

10

processingStatus
enum<string>

Processing status filter

Available options:
pending,
processing,
completed,
failed
Example:

"example"

contentScope
enum<string>

Content scope filter. Non-all scopes also include anecdotes scoped to all.

Available options:
all,
linkedin_post,
facebook_post,
youtube_script,
blog_article,
short,
carousel
Example:

"example"

Response

Anecdotes retrieved successfully