cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/service-users/{service_user_id}/api-keys \ --header 'Authorization: Bearer <token>'
{ "items": [ { "api_key_id": "<string>", "api_key_name": "<string>", "created_at": 123, "expires_at": 123, "is_active": true, "last_used_at": 123, "revoked_at": 123 } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
ManageServiceUsers
Service User credential (prefix: cog_)
Service user ID (prefix: service-user-)
"service-user-abc123def456"
active
revoked
expired
all
Successful Response
Show child attributes
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).