v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1453313285.5 KB

This API is no longer supported and will eventually be removed. We recommend you use ListClusters, DescribeCluster, ListSteps, ListInstanceGroups and ListBootstrapActions instead.

DescribeJobFlows returns a list of job flows that match all of the supplied parameters. The parameters can include a list of job flow IDs, job flow states, and restrictions on job flow creation date and time.

Regardless of supplied parameters, only job flows created within the last two months are returned.

If no parameters are supplied, then job flows matching either of the following criteria are returned:

  • Job flows created and completed in the last two weeks

  • Job flows created within the last two months that are in one of the following states: RUNNING, WAITING, SHUTTING_DOWN, STARTING

Amazon EMR can return a maximum of 512 job flow descriptions.

post/#X-Amz-Target=ElasticMapReduce.DescribeJobFlows

Headers

X-Amz-Target'ElasticMapReduce.DescribeJobFlows' required

Request body

CreatedAfterstring date-time

Return only job flows created after this date and time.

CreatedBeforestring date-time

Return only job flows created before this date and time.

JobFlowIdsXmlString[]

Return only job flows whose job flow ID is contained in this list.

JobFlowStatesJobFlowExecutionState[]

Return only job flows whose state is contained in this list.

Response

Success