Flux
Recent inbound runs of an HTTP-triggered Flow (?limit=)
GET
/api/v1/flows/{id}/runsNécessite une clé API d'organisation dotée de la capacité member.
Authorization
apiKey AuthorizationBearer <token>
In: header
Path Parameters
id*string
Query Parameters
limit?integer
Nombre maximal d'exécutions récentes à renvoyer.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/flows/string/runs"{ "data": [ { "id": "string", "organizationId": "string", "assistantId": "string", "flowId": "string", "publicationId": null, "method": "string", "status": 0, "ran": [ "improvement" ], "failedAction": null, "failedMessage": null, "durationMs": 0, "createdAt": "string" } ]}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}