GET
/
issues
curl --request GET \
  --url https://platform.happyrobot.ai/api/v1/issues \
  --header 'authorization: <authorization>' \
  --header 'x-organization-id: <x-organization-id>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "use_case_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "run_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "open",
    "priority": "low",
    "created_at": "2023-11-07T05:31:56Z",
    "type": "transcriber",
    "updated_at": "2023-11-07T05:31:56Z",
    "assignee": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "updated_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "message_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "correction": "<string>",
    "correction_reason": "<string>",
    "northstar_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Example:

"Bearer API_KEY"

x-organization-id
string
required

The organization ID to use for the request. Required if your user is associated to more than one organization.

Query Parameters

use_case_id
string

The ID of the use case.

run_id
string

The ID of the run.

Response

200
application/json
200
id
string
required
use_case_id
string
required
org_id
string
required
run_id
string
required
run_version_id
string
required
status
enum<string>
required
Available options:
open,
approved,
rejected,
closed
priority
enum<string>
required
Available options:
low,
medium,
high
created_at
string
required
type
enum<string>
required
Available options:
transcriber,
message,
tool_call,
end_of_sentence,
run,
interruption
updated_at
string
required
assignee
string | null
required
created_by
string
required
updated_by
string
required
message_id
string | null
required
correction
string | null
required
correction_reason
string | null
required
northstar_id
string | null
required