Português (BR)
cURL
curl --request GET \ --url https://api.devin.ai/v2/enterprise/sessions \ --header 'Authorization: Bearer <token>'
{ "has_more": true, "items": [ { "acus_consumed": 123, "created_at": "2023-11-07T05:31:56Z", "org_id": "<string>", "pull_requests": [ { "url": "<string>", "state": "<string>" } ], "session_id": "<string>", "status": "new", "tags": [ "<string>" ], "updated_at": "2023-11-07T05:31:56Z", "url": "<string>", "title": "<string>", "user_id": "<string>" } ], "limit": 123, "skip": 123, "total": 123, "next_cursor": 123 }
Obter uma lista paginada de sessões do Devin para sua conta Enterprise
Personal API Key (apk_user_*) for Enterprise Admins only
x >= 0
1 <= x <= 200
Successful Response
Mostrar atributos filhos
new
claimed
running
exit
error
suspended
resuming