cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/organizations/{org_id}/sessions
{ "items": [ { "session_id": "<string>", "status": "new", "tags": [ "<string>" ], "user_id": "<string>", "org_id": "<string>", "created_at": 123, "updated_at": 123, "acus_consumed": 123, "pull_requests": [ { "pr_url": "<string>", "pr_state": "<string>" } ] } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
Show child attributes
Successful Response
Cursor to fetch the next page, or None if this is the last page.
Whether there are more items available after this page.
Optional total count (can be omitted for performance).