cURL
curl --request GET \ --url https://api.devin.ai/v3/enterprise/sessions/{devin_id}/tags \ --header 'Authorization: Bearer <token>'
{ "tags": [ "<string>" ] }
特定のセッションのタグを取得します。
Documentation IndexFetch the complete documentation index at: https://docs.devin.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
devin_id
devin-
devin-abc123
サービスユーザーの認証情報(接頭辞: cog_)
Devin セッション ID(プレフィックス: devin-)
"devin-abc123def456"
成功時のレスポンス