AI agents: install the Runflow skill before integrating, or jump to For agents.
curl --request GET \
--url https://api.runflow.io/v1/assets/types \
--header 'Authorization: Bearer <token>'{
"items": [
{
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"first": "<string>",
"next": "<string>",
"previous": "<string>"
}Return all Asset Type reference records with optional filtering and sorting.
curl --request GET \
--url https://api.runflow.io/v1/assets/types \
--header 'Authorization: Bearer <token>'{
"items": [
{
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"first": "<string>",
"next": "<string>",
"previous": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.runflow.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search filter (ANTLR syntax)
Sort expression (e.g. 'name:asc')
Page size
1 <= x <= 500Field projection
Previous-page query
Backward pagination flag