Deutsch
cURL
curl --request GET \ --url https://api.devin.ai/v1/sessions \ --header 'Authorization: Bearer <token>'
{ "sessions": [ { "created_at": "2023-11-07T05:31:56Z", "session_id": "<string>", "status": "<string>", "updated_at": "2023-11-07T05:31:56Z", "playbook_id": "<string>", "pull_request": { "url": "<string>" }, "requesting_user_email": "<string>", "snapshot_id": "<string>", "status_enum": "working", "structured_output": "<unknown>", "tags": [ "<string>" ], "title": "<string>" } ] }
Listet alle Devin-Sitzungen in Ihrer Organisation auf.
Personal API Key (apk_user_) or Service API Key (apk_)
List of tags to filter sessions by. List of tags to filter sessions by.
Successful Response
Response containing a list of sessions.
Anzeigen untergeordnete attribute
Pull request information associated with a session.
working
blocked
expired
finished
suspend_requested
suspend_requested_frontend
resume_requested
resume_requested_frontend
resumed