AI agents: install the Runflow skill before integrating, or jump to For agents.
curl --request GET \
--url https://api.runflow.io/v1/assets/types/{name} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}Return a single Asset Type record by its primary key.
curl --request GET \
--url https://api.runflow.io/v1/assets/types/{name} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}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.