Get an Analysis Group

Get an existing Analysis Group.

Get an Analysis Group

get

Get an existing Analysis Group.

Authorizations
AuthorizationstringRequired

Enter your PredictHQ API key. The Bearer prefix is added automatically.

When calling the API directly, send: Authorization: Bearer <YOUR_API_KEY> as documented at https://docs.predicthq.com/api/overview/authenticating

Path parameters
group_idstringRequired

An Analysis Group ID. Analyses that belong to this group will be returned.

Example: 3ED1zxXqAY
Responses
chevron-right
200

Successful Response

application/json
group_idstringOptional
namestring · min: 1Required

Name of the Analysis Group.

Example: My Analysis Group 1
analysis_idsstring[]Optional

Comma-separated list of strings containing the IDs of Analyses included in this Group.

Example: ["0GTpLZ522Bc","6OK88wZ_Pv0"]
user_idstringOptional

The ID of the user who created the Analysis Group. Present for groups created in the WebApp; not populated for groups created via the API.

Example: hjqkKozgS8mm
readiness_statusstring · enumOptional

Determines whether the Analysis Group has finished processing. When the group or its analyses are created, modified, or refreshed, readiness_status will be pending until processing completes.

Example: readyPossible values:
statusstring · enumOptional

Status of the Analysis Group.

Example: activePossible values:
create_dtstring · date-timeOptional

The creation date time for the Analysis Group in ISO 8601 format.

Example: 2022-04-26T11:46:24+00:00
update_dtstring · date-timeOptional

The last update date time for the Analysis Group in ISO 8601 format.

Example: 2022-04-26T11:46:24+00:00
processed_dtstring · date-timeOptional

Date and time when the Analysis processing completed (ISO 8601).

Example: 2022-04-26T11:46:25+00:00
get
/v1/beam/analysis-groups/{group_id}

Examples

curl -X GET "https://api.predicthq.com/v1/beam/analysis-groups/$GROUP_ID" \
     -H "Accept: application/json" \
     -H "Authorization: Bearer $ACCESS_TOKEN"

OpenAPI Spec

The OpenAPI spec for Beam API can be found herearrow-up-right.

Last updated

Was this helpful?